projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a4a390
)
(x_set_cursor_type): Set cursor_type_changed,
author
Jason Rumney
<jasonr@gnu.org>
Wed, 22 Jan 2003 23:03:44 +0000
(23:03 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Wed, 22 Jan 2003 23:03:44 +0000
(23:03 +0000)
not update_mode_lines, and always set it to 1.
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/w32fns.c
b/src/w32fns.c
index 3e1f678d02c9c095b932901d67fd633326c6a537..a1fa27cf742450f0e2a6b9c2f3eeba1e73c88fb1 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-2359,9
+2359,8
@@
x_set_cursor_type (f, arg, oldval)
{
set_frame_cursor_types (f, arg);
- /* Make sure the cursor gets redrawn. This is overkill, but how
- often do people change cursor types? */
- update_mode_lines++;
+ /* Make sure the cursor gets redrawn. */
+ cursor_type_changed = 1;
}
\f
void